xend: Do not pass pointer to a 16-bit domid_t to PyArg_ParseTuple()
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 26 Aug 2009 14:41:59 +0000 (15:41 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 26 Aug 2009 14:41:59 +0000 (15:41 +0100)
commit7a530cd96815c1e9e1f132eceeafdc4f3a467094
tree0cedcc21087e1cd61c034f22065e663dfe421256
parentc50b989b44b97671e45129c008ec68573685f5fc
xend: Do not pass pointer to a 16-bit domid_t to PyArg_ParseTuple()
when it expects a full integer.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/lowlevel/xc/xc.c